home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2000 September / september_2000.iso / intercd / root / ^Linux / cdrecord-1.8.1 / README.openserver < prev    next >
Encoding:
Text File  |  2000-01-25  |  2.9 KB  |  85 lines

  1. CDRTOOLS compiles without changes on any SCO OpenServer 5.0.4
  2. or later installation having the SCO DevSys or GCC-2.95 and 
  3. smake-1.2a04 or later installed. 
  4.  
  5. You can get pre-packaged, custom installable binaries from:
  6.  
  7.    http://www.sco.com/skunkware/cdrtools
  8.    
  9. Some general notes on CDRTOOLS are available from:
  10.  
  11.    http://www.sco.com/skunkware/cdrtools/SCO-NOTES.html
  12.  
  13.  
  14. Limitations for CDRTOOLS-1.8 on SCO OpenServer 5:
  15.  
  16. 1) SCO OpenServer 5.0.0 and 5.0.2 are unsupported!
  17.   
  18. 2) There is only support for SCSI devices
  19.  
  20. 3) There no support for AHA 154X scsi controllers
  21.  
  22. ===================================================================
  23. NOTE: cdrecord now supports the -scanbus option. Therefore the 
  24.       old addressing methods are NO LONGER AVAILABLE !!!
  25. ===================================================================
  26.       
  27. As there is no real generic SCSI driver, cdrecord uses the pass through
  28. ioctl of the cdrom target driver (Srom).
  29.  
  30. The correct dev= syntax on SCO Openserver 5 is:
  31.  
  32.     dev=scsibus,target,lun    (and scsibus is scsibus now!!!)
  33.  
  34. A sample output from cdrecord -scanbus looks like:
  35.  
  36. #cdrecord -scanbus
  37. Cdrecord 1.8 (i686-pc-sco3.2v5.0.5) Copyright (C) 1995-2000 J÷rg Schilling
  38. Using libscg version 'schily-0.1'
  39. scsibus0:
  40.         0,0,0     0) 'SEAGATE ' 'ST34573LC       ' '5960' Disk
  41.         0,1,0     1) 'SEAGATE ' 'ST34573LC       ' '5960' Disk
  42.         0,2,0     2) 'SEAGATE ' 'ST34573LC       ' '5960' Disk
  43.         0,3,0     3) *
  44.         0,4,0     4) *
  45.         0,5,0     5) 'PIONEER ' 'CD-ROM DR-U06S  ' '1.05' Removable CD-ROM
  46.         0,6,0     6) 'TEAC    ' 'CD-R56S         ' '1.0E' Removable CD-ROM
  47.         0,7,0     7) *
  48.  
  49. The first column showing the triple x,y,z tells you the address to use.
  50.  
  51. As you can see the TEAC CD-R56S CD-Writer does have the following address:
  52.  
  53.      dev=0,6,0
  54.      
  55. ===================================================================
  56.            THE OLD ADDRESSING IS NO LONGER AVAILABLE!
  57.         
  58.          PLEASE ADJUST YOUR /etc/default/cdrecord FILES!
  59. ===================================================================
  60.  
  61. Running cdrecord with the old address method will result in an error!
  62.  
  63. #cdrecord dev=/dev/rcd1:6,0 -inq
  64. Cdrecord 1.8 (i386-pc-sco3.2v5.0.5) Copyright (C) 1995-2000 J÷rg Schilling
  65. scsidev: '/dev/rcd1:6,0'
  66. devname: '/dev/rcd1'
  67. scsibus: 0 target: 6 lun: 0
  68. cdrecord: Invalid argument. Open by 'devname' no longer supported on this OS. Cannot open SCSI driver.
  69. cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.
  70.  
  71.  
  72. MAKE SURE YOU HAVE MEDIA IN YOUR CD-ROM DEVICES, SO THAT CDRECORD CAN 
  73. OPEN THE DEVICE FOR PASS-THROUGH ACCESS!
  74.  
  75.  
  76. To compile cdrtools, you need 'smake' version 1.2a04 or later from:
  77.  
  78.    ftp://ftp.sco.com/skunkware/osr5/vols
  79.  
  80.  
  81. Please make sure you use smake-1.2a04 or later, cause smake-1.2 versions
  82. before a04 will coredump on the compilation of cdrtools on OpenServer.
  83.  
  84.  
  85.